From bfb5e6e72fee3d2c3bf2217c7cde22fa7dbbef01 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 6 Apr 2019 00:49:40 +0000 Subject: [PATCH] widget: Remove some leftover child-property code --- gtk/gtkwidget.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 64deee9542..aec86f331c 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -735,9 +735,6 @@ static GQuark quark_action_muxer = 0; static GQuark quark_font_options = 0; static GQuark quark_font_map = 0; -GParamSpecPool *_gtk_widget_child_property_pool = NULL; -GObjectNotifyContext *_gtk_widget_child_property_notify_context = NULL; - /* --- functions --- */ GType gtk_widget_get_type (void) -- 2.30.2